home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd1 / GCTHEY.dxr / 00019_Buttontext 6.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  132 b   |  12 lines

  1. on mouseUp
  2.   global box
  3.   set box to "fdemo"
  4.   ZONEPRESS()
  5. end
  6.  
  7. on rightMouseUp
  8.   global box
  9.   set box to "fdemo"
  10.   ZONEPRESS()
  11. end
  12.